STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Procedure-example-qicore.json

Raw JSON (canonical form)

Example of QICore Procedure

{
  "resourceType": "Procedure",
  "id": "procedure-example-qicore",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: procedure-example-qicore</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>status</b>: completed</p><p><b>code</b>: Appendectomy <span>(Details : {SNOMED CT code '80146002' = 'Appendicectomy', given as 'Appendectomy (Procedure)'})</span></p><p><b>bodySite</b>: Appendix structure <span>(Details : {SNOMED CT code '66754008' = 'Appendix structure (body structure)', given as 'Appendix structure'})</span></p><p><b>reason</b>: On examination - abdominal pain - right iliac <span>(Details : {SNOMED CT code '163220003' = 'On examination - abdominal pain - right iliac (finding)', given as 'On examination - abdominal pain - right iliac'})</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Dr Cecil Surgeon</a></td></tr></table><p><b>performed</b>: 05/04/2013 9:20:00 AM --&gt; 05/04/2013 10:30:00 AM</p><p><b>encounter</b>: <a>Encounter/example</a></p></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite",
      "valueReference": {
        "reference": "BodySite/example"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime",
      "valueDateTime": "2013-04-05T09:30:00-04:00"
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Appendectomy (Procedure)"
      }
    ],
    "text": "Appendectomy"
  },
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66754008",
          "display": "Appendix structure"
        }
      ]
    }
  ],
  "reasonCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "163220003",
        "display": "On examination - abdominal pain - right iliac"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/example",
        "display": "Dr Cecil Surgeon"
      }
    }
  ],
  "performedPeriod": {
    "start": "2013-04-05T09:20:00-04:00",
    "end": "2013-04-05T10:30:00-04:00"
  },
  "encounter": {
    "reference": "Encounter/example"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.